SQR
SQRT

Syntax: SQR (x)
   and: SQRT (x)
Location: Math Package (SQR), QL ROM (SQRT)

These functions return the square root of the given parameter.

The given parameter can be zero or any positive value.

Example:    
PRINT SQRT(32768*2)  will return 256.

CROSS-REFERENCE:
ABS will return the absolute value of the given parameter.
